.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 8px;
    background: #94d68b;
    border-radius: 5px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #b0b0b0;
  }
  .swiper-wrapper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
  .swiper-wrapper {
    height: 584px;
    /* overflow: hidden; */
  }
  .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 15px;
    width: 100%;
    z-index: 99;
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #b0b0b0;
    margin: 0 8px;
    cursor: pointer;
  }
  .swiper-active-switch {
    width: 30px;
    height: 10px;
    background: #94d68b;
    border-radius: 5px;
  }